home *** CD-ROM | disk | FTP | other *** search
/ Diccionario Visual Trilingue / VISUAL.iso / SHARED.DIR / 10084_Bouton retour aide.ls < prev    next >
Encoding:
Text File  |  1997-07-04  |  67 b   |  6 lines

  1. on mouseDown
  2.   if PushButton(3) then
  3.     retourAide()
  4.   end if
  5. end
  6.